home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / feel_abo.swf / scripts / DefineButton2_416 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  120 b   |  9 lines

  1. on(release){
  2.    gotoAndStop(6);
  3.    stopAllSounds();
  4.    tellTarget("bg_sound")
  5.    {
  6.       gotoAndPlay(2);
  7.    }
  8. }
  9.